home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Exploring Where & Why
/
Exploring Where & Why.iso
/
pc
/
DIALOG.DIR
/
00018.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-10-01
|
237 b
|
17 lines
on mouseDown
puppetSound(1, "button noise")
updateStage()
end
on mouseUp
global gUI
repeat while soundBusy(1)
updateStage()
end repeat
puppetSound(0)
tell the stage
closeDialogWin(gUI)
Prev(gUI)
end tell
end